![]() PDD file (192K) |
![]() ClarisWorks 4 file (36K) |
![]() QuickView file (284K) |
TECHNOTE 1015 Release 2.0 |
FEBRUARY 1996 |
By Ingrid Kelly
inge@apple.com
Apple Developer Technical Support (DTS)
This Technote discusses known errors and omissions in Inside Macintosh: QuickDraw GX Objects.
Topics:
gxCMYK32Space 0x0802 8 bits per component (cyan, magenta, yellow, and black); component values range from 0 to 0xFF. Total storage size for each color value: 64 bits.
Should read:
gxCMYK32Space 0x0802 8 bits per component (cyan, magenta, yellow, and black); component values range from 0 to 0xFF. Total storage size for each color value: 32 bits.
If you specify nil for the target parameter, GXCopyToColorSet creates a new color set object and copies the source color set's properties, including the tag list but not the owner count, into it.
If you specify nil for the target parameter, GXCopyToColorProfile creates a new color profile object and copies the source properties, including the tag list but not the owner count, into it.
If you specify nil for the target parameter, the GXCopyToInk function creates a new ink object and copies the source properties, including the tag list but not the owner count, into it.
If you specify nil for the target parameter, the GXCopyToTag function creates a new tag object and copies the source tag object's tag type and contents, but not the owner count, into it.
Return to Technotes Table of Contents
Return to About Macintosh Technotes
Return to Developer Services and Products
Send feedback to devfeedback@applelink.apple.com.
[last modified by fch on 28-Feb-96]